From: Markus Rost Date: Thu, 7 Nov 2002 00:26:04 +0000 (+0000) Subject: (custom-make-dependencies): Fix comment inserted in cus-load.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29867 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7136a3b7fe39a3bb9ab707922e0a3c15a00db137;p=emacs.git (custom-make-dependencies): Fix comment inserted in cus-load.el. --- diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 03185661a2e..96303a85585 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -113,7 +113,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" (insert "))\n")))))) (insert "\ ;;; These are for handling :version. We need to have a minimum of -;;; information so `custom-changed-variables' could do its job. +;;; information so `customize-changed-options' could do its job. ;;; For both groups and variables we have to set `custom-version'. ;;; For variables we also set the `standard-value' and for groups ;;; `group-documentation' (which is shown in the customize buffer), so